Welcome![Sign In][Sign Up]
Location:
Search - FAT16 A

Search list

[Parallel Port51+

Description: 这个程序用180行C代码就能够读取FAT16文件系统U盘的根目录,可以看到根目录下的文件 名,并可显示首文件内容,不过,该程序很不严谨,也没有任何错误处理,对U盘兼容性较差,只是用于简单试验,作为参考. -this procedure with 180 OK C code can read FAT16 file system U-root directory, we can see the root directory under the file name, would show the first document, but the very stringent procedures, there is no error handling, the U-poor compatibility, but for a simple test, as a reference.
Platform: | Size: 7168 | Author: ly | Hits:

[uCOSsmallFS

Description: 极其轻量级的文件系统FAT16格式,适用于小容量存储设备。支持多种存储介质-extremely lightweight FAT16 file system format, apply to small-capacity storage devices. Support for a variety of storage media
Platform: | Size: 86016 | Author: 魏鸿林 | Hits:

[Software Engineeringucosfilesystem

Description: 分析了文件系统在嵌入式应用中的重要作用,在剖析了uCOS - II内核工作原理的基础上,借鉴FAT16文件系统,构建了一个适合嵌入式应用的文件系统FAT8,并详细介绍了如何在uCOS - II内核上实现-analysis of the file system in embedded applications of the important role in the analysis for uCOS-II core principle of work and drawing on the FAT16 file system. Construction of a suitable embedded applications FAT16 file system. and gave details of how for uCOS-II kernel to achieve
Platform: | Size: 105472 | Author: 康康 | Hits:

[Other Embeded programsimpFAT

Description: 一个精简的FAT16文件系统在NandFLASH上的建立。开发环境ARM7 S3C44b0-a streamlined FAT16 file system in the building NandFLASH. ARM7 development environment S3C44b0
Platform: | Size: 31744 | Author: zzh | Hits:

[VC/MFCosexpertutorialkerneltech.ccrun.491204

Description: 本书向读者展示了如何自己动手编写一个简化的32位保护模式操作系统,涉及了现代操作系统的主要技术。本书以编写操作系统为主线索,讨论了存储管理、基本I/O操作与图形界面、中断与系统调用、进程管理、设备管理(以IDE磁盘为例)、文件系统(FAT16为例)、系统引导与系统初始化等方面程序实现的技术问题,给出了操作系统实验和课程设计的内容,并提供了参考程序的清单及详细的注释。这些内容不仅对学习操作系统的学生有帮助,而且对从事底层软件开发、学习保护模式汇编编程与C语言编程的人员也非常有用。 本书可供高等院校开设操作系统课程的有关专业作为实践教材,亦可供广大计算机应用人员、软件设计人员参考和使用。-the book to show readers how to make their own preparation of a simplified 32 protected mode operating system, involved in a modern operating system, the main techniques. The book mainly for the preparation of the operating system clues to discuss the storage management and basic I/O operation and graphical interface, and the interruption of system calls, process management, equipment management (IDE disk for example). file system (FAT16 example), the boot and system initialization procedures and other aspects of the realization of technical problems, Experimental given operating system and the content of the curriculum design, and provide a reference list and the procedures detailed in the Notes. These elements not only to study the system to help students, but also to engage in low-lev
Platform: | Size: 4491264 | Author: 汤杰 | Hits:

[SCMmicro_FAT_FileSystem

Description: 国外的一个微型开源FAT文件系统源码,支持FAT12,FAT16以及FAT32文件系统,可以支持多少驱动系统,并提供SD,HDD驱动源码,可以很方面的移植到各种需要文件系统支持的单片机上,-Abroad, a micro-source open source FAT file system, support for FAT12, FAT16 and FAT32 file system, can support the number of drive system, and to provide SD, HDD driver source code, can be transplanted into various aspects of file system to support the needs of single- tablet machine,
Platform: | Size: 263168 | Author: kevin | Hits:

[Other Embeded program20053616242880582

Description: /* 这个程序用180行C代码就能够读取FAT16文件系统U盘的根目录,可以看到根目录下的文件 名,并可显示 首文件内容,不过,该程序很不严谨,也没有任何错误处理,对U盘兼容性较差,只是用于简单试 验,作为参考. 这个程序可以支持WINDOWS按FAT16格式化的U盘,因为程序精简,所以只兼容超过50%以上的U 盘品牌,如果换 成CH375A芯片则兼容性可提高到85%,当然,如果使用WCH公司的子程序库或者正式版本的C源 程序兼容性更好。 下 -/* This procedure used 180 lines C code on the FAT16 file system can read U disk root directory, you can see the root directory under the file name, and display the contents of the paper first, but the program is very rigorous, and there is no error handling, poor compatibility of the U disk, but for simple testing, as a reference. This process can support FAT16 formatted WINDOWS by U disk, because the procedures streamlined, so only compatible with more than 50 of U disk brand, if replaced by the compatibility CH375A chip can be increased to 85 percent, of course, if the use of WCH
Platform: | Size: 10240 | Author: | Hits:

[uCOSuCFSTrial

Description: uc/os 的文件系统,使用fat16格式,绝对的好东西!-uc/os file system, use the FAT16 format, is absolutely a good thing!
Platform: | Size: 1242112 | Author: fire | Hits:

[SCMSDFat16

Description: 这个程序是网上找到的最的价值的代码,想用没有用上,原因是没有项目,给想用的同志发了!-This procedure is to find the best online value of the code, do not want to use because there is no project to want to use comrades, made a!
Platform: | Size: 171008 | Author: aa | Hits:

[uCOSucos_fliesystem

Description: 一种加载在uCOS_II内核上的嵌入式文件系统 分析了文件系统在嵌入式应用中的重要作用 ,在剖析了 uCOS - II内核工作原理的基础上 ,借鉴 FAT16文件系统 ,构建了一个适合嵌入式应用的文件系统 FAT8,并详细介绍了如何在 uCOS - II内核上实现。 -A load in uCOS_II embedded kernel file system analysis of the file system in embedded applications an important role in the analysis of uCOS- II core working principle, based on the file system from FAT16 to build a suitable embedded applications file system FAT8, and gave details of how to uCOS- II core realize.
Platform: | Size: 202752 | Author: 李建刚 | Hits:

[ARM-PowerPC-ColdFire-MIPSFAT16_flie_system_test_on_ARM_44B0

Description: 在ARM 处理器44B0 上面做的一个FAT16文件系统源代码,测试可用!-44B0 above in the ARM processor to do a FAT16 file system source code, testing available!
Platform: | Size: 33792 | Author: 万兵 | Hits:

[File FormatFAT16format

Description: FAT16文件系统格式说明(什么是FAT文件系统)-FAT16 file system format (What is a FAT file system)
Platform: | Size: 281600 | Author: 李明 | Hits:

[Other Embeded programHFAT32_v1.0

Description: HFAT32 v1.0是我依据FAT标准,按照自己的理解写出来的一个FAT文件系统 特性: 1.HFAT32 v1.0 是一个小型的嵌入式FAT文件系统,可以方便地在nand flash,RAM和SD Card等 存储设备上创建FAT文件系统和操作它. 2.目前支持FAT16/32,支持长文件名.-I HFAT32 v1.0 is based on FAT standards, according to their own understanding of written in a FAT file system characteristics: 1.HFAT32 v1.0 is a small embedded FAT file system, can be easily in the nand flash, RAM and SD Card such as storage devices to create a FAT file system and operating it .2. currently supports FAT16/32, support long file names.
Platform: | Size: 276480 | Author: 长空飞雪 | Hits:

[Embeded-SCM DevelopFATSysemStructure

Description: 文本结构 硬盘的物理结构 磁盘引导原理 FAT32和FAT16的文件系统格式,FAT表和目录表等信息。是熟悉FAT文件系统结构的很好教材。-Hard copy of the structure of the physical structure of the disk to guide the principle of FAT32 and FAT16 file system format, FAT table and directory information table. Is familiar with the FAT file system structure of a good textbook.
Platform: | Size: 649216 | Author: twofish | Hits:

[Embeded-SCM Develop355618ZLGFS

Description: 周立功公司开发的一个文件系统源码,支持FAT12,FAT16,FAT32.但暂不支持长文件名.-Week Ligong developed a file system source code, support for FAT12, FAT16, FAT32. But not support long file names.
Platform: | Size: 93184 | Author: 艰苦 | Hits:

[SCMAVR_SDcard_FAT32

Description: AVR 单片机上实现SD卡的读写,支持FAT16、FAT32文件系统,文件和目录的创建删除等文件功能全部实现-AVR single-chip implementation on SD card reader, support for FAT16, FAT32 file system, files and directories to create the delete function and other documents of all implementation
Platform: | Size: 268288 | Author: shanghongwei | Hits:

[Other Embeded programthecodeandpcbofMP3

Description: 这款MP3播放器以at89c51snd1c为核心,以硬盘为存储介质,液晶屏为双行显示,每行显示7.5个汉字,这块液晶屏以ST7920作为主控制器,内部集成8129个汉字,液晶屏在这个播放器中用来显示歌曲名称以及一些播放状态支持FAT16,一个分区,不支持FAT32,USB1.1,速度有点慢-This MP3 player to at89c51snd1c as the core to the hard disk as storage medium, for the two-line LCD display, 7.5 per line display of Chinese characters, this LCD screen to ST7920 as a main controller, the internal integration of 8129 Chinese characters, the LCD screen in the The player used to display song name and the status of some players to support FAT16, a partition, do not support FAT32, USB1.1, the speed a bit slow
Platform: | Size: 914432 | Author: rong | Hits:

[DSP programtest_sd

Description: a simple program to write on SD card with FAT16
Platform: | Size: 308224 | Author: pikkio | Hits:

[SCMsd

Description: 一个单片机上的sd卡驱动程序,支持fat32,fat16等文件系统,很有参考价值。-A microcontroller on the sd card driver and support fat32, fat16 file system, etc., of great reference value.
Platform: | Size: 41984 | Author: | Hits:

[Embeded-SCM DevelopMMC-SD

Description: Use PIC18f4550 + MMC and FAT16 with the mikroC, this code is a sample how to use the mmc cards with microcontrollers PIC18f-Use PIC18f4550+ MMC and FAT16 with the mikroC, this code is a sample how to use the mmc cards with microcontrollers PIC18f
Platform: | Size: 84992 | Author: Reinaldo | Hits:
« 1 23 4 5 6 7 »

CodeBus www.codebus.net